projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b8ee6
)
(toplevel) Require `ibuf-ext', which is now compiled with
author
Colin Walters
<walters@gnu.org>
Mon, 21 Jan 2002 03:16:33 +0000
(
03:16
+0000)
committer
Colin Walters
<walters@gnu.org>
Mon, 21 Jan 2002 03:16:33 +0000
(
03:16
+0000)
`byte-compile-dynamic'.
lisp/ChangeLog
patch
|
blob
|
history
lisp/ibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index da970df13c076225a176e18bf3cd6693ea2781c8..0547c75c8c5cfe03102217a3e666aea589453673 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,9
@@
+2002-01-20 Colin Walters <walters@verbum.org>
+
+ * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
+ with `byte-compile-dynamic'.
+ (ibuffer-default-directory, toplevel): Doc files.
+
2002-01-20 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
* tempo.el (tempo-define-template): Doc fix.
diff --git
a/lisp/ibuffer.el
b/lisp/ibuffer.el
index 98e618d5e979e72d810ead6e03f4510bc91a5293..1cc9f4f0ebe2198102da5020e672055b2d090370 100644
(file)
--- a/
lisp/ibuffer.el
+++ b/
lisp/ibuffer.el
@@
-36,6
+36,9
@@
(require 'ibuf-macs)
(require 'dired))
+;; This is loaded lazily, via byte-compile-dynamic
+(require 'ibuf-ext)
+
;;; Compatibility
(eval-and-compile
(if (fboundp 'window-list)